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
2013-07-20
syntax: modernise attribute handling in syntax::attr.
Huon Wilson
-42
/
+33
2013-07-18
Silence various warnings in bootstrap build.
Felix S. Klock II
-5
/
+1
2013-07-17
libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi...
Patrick Walton
-16
/
+15
2013-07-17
librustc: Change repeated vector expressions to use implicit copyability.
Patrick Walton
-1
/
+6
2013-07-17
librustc: Remove all uses of the `Copy` bound.
Patrick Walton
-30
/
+30
2013-07-17
librustc: Remove `copy` expressions from the language.
Patrick Walton
-11
/
+2
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-356
/
+490
2013-07-17
librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.
Patrick Walton
-38
/
+27
2013-07-17
Made ast::blk not use spanned<T> anymore.
Michael Woerister
-14
/
+12
2013-07-10
unnecessarily mutable variables
Brendan Cully
-1
/
+1
2013-07-09
Don't use static default method
John Barker
-1
/
+0
2013-07-09
Always eat up mut when parsing general args, fixes #7483
John Barker
-2
/
+2
2013-07-08
Correct merge errors
Niko Matsakis
-1
/
+1
2013-07-07
remove some method resolve workarounds
Daniel Micay
-1
/
+1
2013-07-07
auto merge of #7615 : Aatch/rust/syntax-deshare, r=graydon
bors
-66
/
+74
2013-07-07
De-share ast::Ty
James Miller
-17
/
+17
2013-07-07
De-manage OptVec<TyParamBounds>
James Miller
-3
/
+3
2013-07-07
De-share trait_ref
James Miller
-4
/
+4
2013-07-07
De-manage Lifetime
James Miller
-10
/
+10
2013-07-07
De-managed ast::Path
James Miller
-26
/
+34
2013-07-07
Stop allocating view_items with @
James Miller
-7
/
+7
2013-07-07
auto merge of #7585 : Blei/rust/fix-circular-modules, r=huonw
bors
-2
/
+19
2013-07-05
Change spans for sugary call expressions
Seo Sanghyeon
-9
/
+8
2013-07-04
libsyntax: fix infinite loop when recursively including modules
Philipp Brüschweiler
-2
/
+19
2013-06-29
Remove mutability from unique boxes in the AST
Alex Crichton
-4
/
+8
2013-06-28
librustc: Fix merge fallout.
Patrick Walton
-1
/
+1
2013-06-28
librustc: Rewrite reachability and forbid duplicate methods in type implement...
Patrick Walton
-2
/
+249
2013-06-28
librustc: Remove the broken overloaded assign-ops from the language.
Patrick Walton
-2
/
+6
2013-06-28
libsyntax: Remove "copy" pattern bindings from the language
Patrick Walton
-2
/
+2
2013-06-28
libsyntax: Fix merge fallout
Patrick Walton
-2
/
+4
2013-06-28
librustc: Disallow "mut" from distributing over bindings.
Patrick Walton
-2
/
+14
2013-06-26
Infer default static/Owned bounds for unbounded heap fns/traits (#7264)
Ben Blum
-7
/
+13
2013-06-25
auto merge of #7269 : luqmana/rust/drop, r=thestinger
bors
-1
/
+1
2013-06-25
Change finalize -> drop.
Luqman Aden
-1
/
+1
2013-06-25
great renaming propagation: syntax
Corey Richardson
-6
/
+4
2013-06-25
auto merge of #7291 : alexcrichton/rust/static-mut, r=huonw
bors
-4
/
+6
2013-06-25
Warning police
James Miller
-1
/
+1
2013-06-23
Support foreign 'static mut' variables as well
Alex Crichton
-2
/
+3
2013-06-23
Add 'static mut' items to the language
Alex Crichton
-2
/
+3
2013-06-23
Parse and typecheck (not kindcheck) bounds on trait paths.
Ben Blum
-26
/
+37
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-4
/
+6
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-19
/
+18
2013-06-12
libsyntax: Remove duplicate methods.
Luqman Aden
-7
/
+0
2013-06-10
std: remove str::{connect,concat}*.
Huon Wilson
-3
/
+1
2013-06-10
std: replace str::each_split* with an iterator
Huon Wilson
-6
/
+5
2013-06-08
remove deprecated vec::{is_empty, len} functions
Daniel Micay
-2
/
+2
2013-06-06
auto merge of #6982 : Aatch/rust/better-foreign-error, r=pcwalton
bors
-2
/
+2
2013-06-07
Provide an actual error when expanding macros to foreign items
James Miller
-2
/
+2
2013-06-06
Clean up a handful of build warnings.
Michael Sullivan
-1
/
+1
[prev]
[next]