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
Age
Commit message (
Expand
)
Author
Lines
2015-04-22
Fix spans for predicates in where clauses
Nick Cameron
-3
/
+3
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-2
/
+0
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-2
/
+0
2015-04-21
syntax: Copy unstable str::char_at into libsyntax
Erick Tryzelaar
-16
/
+18
2015-04-21
syntax: Remove #[feature(path_ext)]
Erick Tryzelaar
-2
/
+3
2015-04-21
syntax: replace Vec::push_all with stable Vec::extend
Erick Tryzelaar
-9
/
+14
2015-04-21
syntax: Replace String::from_str with the stable String::from
Erick Tryzelaar
-2
/
+2
2015-04-21
syntax: remove uses of `.into_cow()`
Erick Tryzelaar
-4
/
+4
2015-04-21
syntax: Remove uses of #[feature(slice_patterns)]
Erick Tryzelaar
-15
/
+31
2015-04-21
syntax: remove #![feature(box_syntax, box_patterns)]
Erick Tryzelaar
-6
/
+6
2015-04-21
Change a few error messages to give code suggestions
P1start
-3
/
+8
2015-04-16
Omit 'obsolete' note for warning if -Awarning
Mathijs van de Nes
-1
/
+2
2015-04-16
Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton
bors
-11
/
+11
2015-04-16
Auto merge of #24485 - brson:is, r=alexcrichton
bors
-2
/
+0
2015-04-15
Forbid is/us suffixes. Fixes #22496
Brian Anderson
-2
/
+0
2015-04-15
Rollup merge of #24438 - nrc:tuple-span, r=sfackler
Steve Klabnik
-1
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-4
/
+4
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-7
/
+7
2015-04-15
Fix the span for tuple expressions
Nick Cameron
-1
/
+1
2015-04-14
rollup merge of #24381: erickt/cleanup
Alex Crichton
-1
/
+1
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-16
/
+0
2015-04-14
Auto merge of #24295 - contradictioned:master, r=alexcrichton
bors
-1
/
+7
2015-04-13
syntax: Publically expose printing where clauses, and add attr_to_string
Erick Tryzelaar
-1
/
+1
2015-04-13
Added a help span which informs the user about the escaping of curly braces i...
Manuel Hoffmann
-1
/
+7
2015-04-12
Fix spans for macros
Nick Cameron
-9
/
+11
2015-04-09
Fix the span for `for` expressions
Nick Cameron
-1
/
+1
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-1247
/
+1306
2015-04-02
Fix parsing of patterns in macros
Vadim Petrochenkov
-1
/
+3
2015-04-02
syntax: Rewrite parsing of patterns
Vadim Petrochenkov
-225
/
+127
2015-04-01
Fallout in libsyntax
Niko Matsakis
-3
/
+3
2015-03-31
rollup merge of #23872: huonw/eager-lexing
Alex Crichton
-15
/
+40
2015-03-31
Stabilize std::num
Aaron Turon
-9
/
+9
2015-03-31
Lex binary and octal literals more eagerly.
Huon Wilson
-14
/
+39
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-2
/
+2
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-2
/
+2
2015-03-27
rollup merge of #23786: alexcrichton/less-quotes
Alex Crichton
-37
/
+10
2015-03-27
rustc: Remove support for hyphens in crate names
Alex Crichton
-37
/
+10
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-4
/
+4
2015-03-27
rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntax
Alex Crichton
-44
/
+5
2015-03-27
Prevent ICEs when parsing invalid escapes, closes #23620
Florian Hahn
-11
/
+29
2015-03-26
Auto merge of #23359 - erickt:quote, r=pnkfelix
bors
-16
/
+23
2015-03-26
syntax: Remove parsing of old slice syntax
Alex Crichton
-44
/
+5
2015-03-25
rustc: Remove support for int/uint
Alex Crichton
-4
/
+4
2015-03-24
rollup merge of #23546: alexcrichton/hyphens
Alex Crichton
-21
/
+19
2015-03-24
rustc: Add support for `extern crate foo as bar`
Alex Crichton
-21
/
+19
2015-03-24
syntax: Allow where strings to be parsed independent from generics
Erick Tryzelaar
-16
/
+23
2015-03-25
Add trivial cast lints.
Nick Cameron
-3
/
+3
2015-03-23
rollup merge of #23506: alexcrichton/remove-some-deprecated-things
Alex Crichton
-279
/
+16
2015-03-23
Add generic conversion traits
Aaron Turon
-2
/
+2
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-2
/
+2
[prev]
[next]