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-01-15
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-15
rollup merge of #21088: aochagavia/obsolete
Alex Crichton
-168
/
+4
2015-01-15
syntax: parse fully qualified UFCS expressions.
Eduard Burtescu
-7
/
+37
2015-01-14
Remove old obsolete syntax errors
Adolfo OchagavĂa
-168
/
+4
2015-01-08
Forbid trailing attributes in impl blocks
Steven Fackler
-2
/
+6
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-4
/
+4
2015-01-07
rollup merge of #20720: nick29581/assoc-ice-missing
Alex Crichton
-18
/
+20
2015-01-08
Remove String impls and fix for make tidy
Nick Cameron
-3
/
+0
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-161
/
+160
2015-01-07
rollup merge of #20726: dgrunwald/require-parens-for-chained-comparison
Alex Crichton
-1
/
+23
2015-01-08
RFC 558: Require parentheses for chained comparisons
Daniel Grunwald
-1
/
+23
2015-01-07
use slicing sugar
Jorge Aparicio
-161
/
+160
2015-01-08
Fix precedence for ranges.
Nick Cameron
-18
/
+23
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-4
/
+4
2015-01-06
More test fixes
Alex Crichton
-4
/
+4
2015-01-06
Fix misspelled comments.
Joseph Crail
-4
/
+4
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-0
/
+1
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-57
/
+87
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-57
/
+87
2015-01-06
Register new snapshots
Alex Crichton
-19
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-26
/
+32
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-2
/
+4
2015-01-07
fallout
Nick Cameron
-17
/
+32
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-26
/
+32
2015-01-07
Remove old slicing hacks and make new slicing work
Nick Cameron
-144
/
+69
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-130
/
+130
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-2
/
+4
2015-01-06
syntax: implement 'macro input future proofing'
Corey Richardson
-0
/
+1
2015-01-05
More test fixes!
Alex Crichton
-9
/
+3
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-8
/
+51
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-41
/
+47
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-2
/
+12
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-2
/
+7
2015-01-05
rollup merge of #20424: jroesch/tuple-struct-where-clause-fix
Alex Crichton
-40
/
+89
2015-01-05
rollup merge of #20099: P1start/parse-more-macro-ops
Alex Crichton
-5
/
+10
2015-01-05
Reserve the keyword 'macro'
Keegan McAllister
-3
/
+4
2015-01-06
Fix the obsolete message
Nick Cameron
-1
/
+1
2015-01-06
Fallout
Nick Cameron
-1
/
+1
2015-01-06
Obsolete `Sized? T`
Nick Cameron
-3
/
+9
2015-01-06
Remove the prefix in ObsoleteSyntax variants
Nick Cameron
-34
/
+34
2015-01-05
syntax: remove dead code
Jorge Aparicio
-2
/
+1
2015-01-05
syntax: make the closure type `f: |uint| -> bool` syntax obsolete
Jorge Aparicio
-16
/
+18
2015-01-05
remove TyClosure
Jorge Aparicio
-8
/
+2
2015-01-05
tweak the obsolete syntax message
Jorge Aparicio
-2
/
+2
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-0
/
+4
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-1
/
+2
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-3
/
+3
2015-01-05
syntax: obsolete the `for Sized?` syntax
Jorge Aparicio
-2
/
+12
2015-01-05
Allow leading :: in use items
Keegan McAllister
-0
/
+4
[next]