index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
Age
Commit message (
Expand
)
Author
Lines
2019-02-09
Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk
bors
-103
/
+286
2019-02-09
Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkov
bors
-5
/
+64
2019-02-08
Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov
bors
-187
/
+206
2019-02-07
Make it an incompatibility lint for now
Mark Mansi
-9
/
+24
2019-02-07
error on duplicate matcher bindings
mark
-5
/
+49
2019-02-07
Add fixme
Esteban Küber
-1
/
+3
2019-02-07
Make name resolution handle consts in GenericParamsFromOuterFunction properly
varkor
-1
/
+2
2019-02-07
Parse negative literals in const generic arguments
varkor
-2
/
+1
2019-02-07
Add warning for a parameter list with an attribute but no parameters
varkor
-7
/
+19
2019-02-07
Fix update to 2018 edition
varkor
-1
/
+1
2019-02-07
Adjust parser generic parameter errors
varkor
-28
/
+26
2019-02-07
Add lowering errors for const generics
varkor
-0
/
+6
2019-02-07
Add resolution errors for const generics
varkor
-0
/
+20
2019-02-07
Add pretty-printing for const generics
varkor
-1
/
+11
2019-02-07
Support const generics in derive
varkor
-1
/
+19
2019-02-07
Parse const generics
varkor
-178
/
+112
2019-02-07
Add const_generics feature flag
varkor
-2
/
+13
2019-02-07
Add Const kind to AST
varkor
-3
/
+13
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-07
add doc comment and revert angle bracket change
Esteban Küber
-3
/
+5
2019-02-07
tweak wording based on in person feedback
Esteban Küber
-2
/
+2
2019-02-07
fix test
Esteban Küber
-2
/
+5
2019-02-07
Remove unused `match`
Esteban Küber
-19
/
+4
2019-02-07
Add missing trailing newline
Esteban Küber
-1
/
+1
2019-02-07
Remove spurious complaint about missing expression for bare semicolons
Esteban Küber
-1
/
+16
2019-02-07
unify error handling to single method
Esteban Küber
-34
/
+25
2019-02-07
Deduplicate mismatched delimiter errors
Esteban Küber
-102
/
+287
2019-02-07
Auto merge of #57998 - niklasf:align-enum, r=nagisa
bors
-0
/
+14
2019-02-07
libsyntax => 2018
Taiki Endo
-574
/
+617
2019-02-06
Auto merge of #58061 - nnethercote:overhaul-syntax-Folder, r=petrochenkov
bors
-1924
/
+1700
2019-02-06
Rename `fold.rs` as `mut_visit.rs`.
Nicholas Nethercote
-1
/
+1
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-1436
/
+1326
2019-02-06
Rollup merge of #58116 - topecongiro:wrong-span-assignment, r=petrochenkov
kennytm
-0
/
+8
2019-02-06
Rollup merge of #58001 - pnkfelix:issue-57735-proc-macro-with-large-tokenstre...
kennytm
-1
/
+7
2019-02-05
Auto merge of #57973 - davidtwco:issue-52891, r=estebank
bors
-0
/
+7
2019-02-05
Various improvements in `Folder` impls.
Nicholas Nethercote
-46
/
+18
2019-02-05
Streamline `Folder` some more.
Nicholas Nethercote
-43
/
+39
2019-02-05
Neaten up `fold_crate`.
Nicholas Nethercote
-24
/
+15
2019-02-05
Change `fold_qpath` to `fold_qself`.
Nicholas Nethercote
-14
/
+8
2019-02-05
Simplify `fold_attribute`.
Nicholas Nethercote
-15
/
+9
2019-02-05
Fold some overlooked spans.
Nicholas Nethercote
-11
/
+16
2019-02-05
Streamline `Folder`.
Nicholas Nethercote
-77
/
+20
2019-02-05
Remove some unnecessary `ast::` and `fold::` qualifiers.
Nicholas Nethercote
-46
/
+37
2019-02-04
Add the span of attributes of the lhs to the span of the assignment expression
topecongiro
-0
/
+8
2019-02-02
fix stabilization order of uniform_paths.
Mazdak Farrokhzad
-2
/
+2
2019-02-01
Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavis
bors
-1
/
+4
2019-01-31
Add suggestion for duplicated import.
David Wood
-0
/
+7
2019-01-31
Rollup merge of #57999 - jethrogb:jb/movbe-feature, r=alexcrichton
Mazdak Farrokhzad
-0
/
+1
2019-01-31
Rollup merge of #57008 - Knium:misleading-try-adding-parentheses-in-match-wit...
Mazdak Farrokhzad
-1
/
+6
2019-01-30
Add suggestions to deprecation lints
Oliver Scherer
-1
/
+4
[next]