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
/
parse
/
parser.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-11
Remove ProcType and ProcExp
Guillaume Gomez
-29
/
+0
2015-03-10
Remove proc keyword
Guillaume Gomez
-28
/
+1
2015-03-05
Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw
Manish Goregaokar
-6
/
+9
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-9
/
+19
2015-03-03
Change span_help calls to fileline_help where appropriate
Ivan Radanov Ivanov
-6
/
+9
2015-02-28
Auto merge of #21521 - defuz:interval-with-path, r=pnkfelix
bors
-0
/
+13
2015-02-28
FIX #21475: Expr_::ExprPath with two fields
defuz
-2
/
+2
2015-02-28
FIX #21475: Interval match patterns won't parse namespace specifiers correctly
defuz
-0
/
+13
2015-02-27
obsolete `|&:|` syntax
Jorge Aparicio
-1
/
+0
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-16
/
+54
2015-02-24
syntax: use a single Path for Trait::Item in QPath.
Eduard Burtescu
-19
/
+13
2015-02-24
syntax: don't use TraitRef in QPath.
Eduard Burtescu
-4
/
+4
2015-02-24
syntax: don't store a secondary NodeId for TyPath.
Eduard Burtescu
-4
/
+3
2015-02-24
Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis
bors
-14
/
+27
2015-02-23
Rollup merge of #22544 - bombless:fix-pattern, r=pnkfelix
Manish Goregaokar
-0
/
+3
2015-02-22
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
bors
-1
/
+1
2015-02-22
Rename DefTrait to DefaultImpl
Flavio Percoco
-2
/
+2
2015-02-22
Add support for default trait impls in libsyntax
Flavio Percoco
-14
/
+27
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-20
make span on obsolete syntax very precise
Niko Matsakis
-1
/
+2
2015-02-20
Addressed PR comments
Marvin Löbel
-1
/
+1
2015-02-19
Fix issue #22426 #22447
bombless
-0
/
+3
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-23
/
+23
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-46
/
+44
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-40
/
+40
2015-02-18
Declare `&foo[]` to be obsolete syntax. Modify the obsolete mechanism to
Niko Matsakis
-5
/
+4
2015-02-18
Remove usage of .map(|&foo| foo)
Kevin Butler
-1
/
+1
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-5
/
+4
2015-02-15
Rollup merge of #22285 - kmcallister:pub-macro, r=nick29581
Manish Goregaokar
-0
/
+18
2015-02-13
Forbid `pub mymacro!();`
Keegan McAllister
-0
/
+18
2015-02-12
Made `Self` a keyword.
Marvin Löbel
-22
/
+51
2015-02-09
Accept quantification of lifetimes outside the self type in where clauses.
Nick Cameron
-5
/
+28
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-4
/
+3
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-3
/
+4
2015-02-06
Auto merge of #21947 - bluss:full-range-syntax, r=brson
bors
-19
/
+14
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-02-04
register snapshots
Jorge Aparicio
-5
/
+3
2015-02-04
Implement `..` syntax for RangeFull as expression
Ulrik Sverdrup
-19
/
+14
2015-02-03
Update for new snapshot after rebasing.
Niko Matsakis
-1
/
+1
2015-02-03
Remove the explicit closure kind syntax from the parser and AST;
Niko Matsakis
-29
/
+33
2015-02-02
rollup merge of #21845: Potpourri/import-syntax
Alex Crichton
-3
/
+8
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-3
/
+3
2015-02-02
rollup merge of #21825: kmcallister/ttdelim-span
Alex Crichton
-1
/
+1
2015-02-02
rollup merge of #21710: alfie/libsyntax
Alex Crichton
-8
/
+8
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-8
/
+8
2015-02-02
Tweak some ‘expected…’ error messages
P1start
-56
/
+61
2015-02-01
Reject syntax like `use foo::bar::;` and `use foo:: as bar;` and keywords in ...
Potpourri
-3
/
+8
2015-01-31
Fix end of TtDelimited span
Keegan McAllister
-1
/
+1
[next]