summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* changelog for 0.4.0-2HEADdebian/0.4.0-2archive/debian/0.4.0-2masterDavid Bremner2021-01-27
* Merge branch 'mr_0.3.0-3' into 'master'Matt Kraai2019-09-02
|\
| * Merge branch 'master' into 'mr_0.3.0-3'Matt Kraai2019-09-02
| |\ | |/ |/|
* | Release 0.4.0-1Matthew Kraai2019-03-04
* | New upstream releaseMatthew Kraai2019-03-04
* | Merge tag '0.4.0'Matthew Kraai2019-03-04
|\ \
| * \ Merge pull request #267 from jthemphill/patch-1Niko Matsakis2018-06-26
| |\ \
| | * | Bump versionJeff Hemphill2018-04-23
| * | | Merge pull request #272 from tromey/let-ref-font-lockNiko Matsakis2018-06-18
| |\ \ \ | | |/ / | |/| |
| | * | Fix font-locking of "let ref"Tom Tromey2018-06-07
| |/ /
| * | Merge pull request #265 from brotzeit/infotypeNiko Matsakis2018-03-22
| |\ \
| | * | make rustc-colon-compilation-regexps an info typebrotzeit2018-03-21
| |/ /
| * | Merge pull request #263 from nikomatsakis/tweak-compilation-regexpNiko Matsakis2018-03-03
| |\ \
| | * | update to include line number and column informationNiko Matsakis2018-03-03
| | * | remove old-style compilation regex; support `:::` regexNiko Matsakis2018-03-03
| |/ /
| * | Merge pull request #264 from jjwest/masterNiko Matsakis2018-02-21
| |\ \
| | * | Fixed indent when ? operator is used in chained method callsJonas Westlund2018-02-15
| |/ /
| * | Merge pull request #253 from jjwest/masterNiko Matsakis2018-02-15
| |\ \
| | * | Improved font-locking for print macrosJonas Westlund2017-12-08
| * | | Merge pull request #262 from kngwyu/highlight-dynNiko Matsakis2018-02-15
| |\ \ \
| | * | | add dyn to keywordskngwyu2018-02-12
| |/ / /
| * | | Merge pull request #258 from sebastiencs/masterTom Tromey2018-01-09
| |\ \ \
| | * | | Do not indent where clause by default (follow standard) #257Sebastien Chapuis2018-01-09
| |/ / /
| * | | Merge pull request #251 from brotzeit/rust-format-bufferTom Tromey2017-12-08
| |\ \ \ | | |/ / | |/| |
| | * | don't set-window-start for selected windowbrotzeit2017-11-24
| * | | Merge pull request #249 from brotzeit/rust--format-callTom Tromey2017-12-07
| |\ \ \
| | * | | fix rust--format-callbrotzeit2017-11-18
| |/ / /
| * | | Merge pull request #244 from kubo39/percent-as-punctuation-characterTom Tromey2017-11-06
| |\ \ \
| | * | | % as punctuation character.Hiroki Noda2017-11-06
| |/ / /
| * | | Merge pull request #243 from iwillspeak/rust-compile-commandNiko Matsakis2017-10-13
| |\ \ \
| | * | | Revert #216 and Add Suggestions from #226Will Speak2017-10-03
| |/ / /
| * | | Merge pull request #240 from michael-zapata/feat/add-yield-keywordTom Tromey2017-09-20
| |\ \ \
| | * | | feat(rust-mode): add yield to the keywords listMichael Zapata2017-09-21
| |/ / /
| * | | Merge pull request #239 from shepmaster/no-more-int-floatTom Tromey2017-09-14
| |\ \ \
| | * | | Remove `float`, `int`, and `uint` as built-in types.Jake Goulding2017-09-14
| |/ / /
| * | | Merge pull request #235 from tromey/get-buffer-window-fixletTom Tromey2017-08-27
| |\ \ \ | | |/ / | |/| |
| | * | Pass 'visible to get-buffer-windowTom Tromey2017-08-23
| |/ /
| * | Merge pull request #234 from jjwest/masterTom Tromey2017-08-22
| |\ \
| | * | Renamed and relocated if-let font-lock testJonas Westlund2017-08-21
| | * | Added test for if-let font lockJonas Westlund2017-08-21
| | * | Types get correct font-lock in if-let statementsJonas Westlund2017-08-20
| |/ /
| * | Merge pull request #233 from shanavas786/add-128Tom Tromey2017-08-20
| |\ \
| | * | Add support for u128 and i128 typesShanavas M2017-08-20
| |/ /
| * | Merge pull request #230 from tromey/fix-indentation-bugTom Tromey2017-08-14
| |\ \
| | * | Fix recognition of "<" as operator in some contextTom Tromey2017-08-14
| |/ /
| * | Merge pull request #225 from Aankhen/add-var-coloursTom Tromey2017-08-14
| |\ \
| | * | Use `font-lock-variable-name-face' for `let' bindings.Aankhen2017-08-10
| | * | Add syntax coloring for type-inferred constants and variablesPer Nordlöw2017-08-10
| |/ /
| * | Merge pull request #220 from Aankhen/highlight-string-interpolationTom Tromey2017-08-05
| |\ \
| | * | Highlight interpolation in arguments to print! &c.Aankhen2017-08-02