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
/
ext
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-17
libsyntax: uint types to usize
Paul Collier
-1
/
+1
2015-01-15
Syntax extensions on trait and impl items.
Nick Cameron
-0
/
+106
2015-01-07
rollup merge of #20657: alexcrichton/stabilize-macros
Alex Crichton
-11
/
+0
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-07
std: Stablize the macros module
Alex Crichton
-11
/
+0
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-5
/
+5
2015-01-05
Allow selective macro import
Keegan McAllister
-2
/
+4
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-0
/
+10
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-21
/
+1
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-9
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
syntax: fix fallout
Jorge Aparicio
-1
/
+1
2015-01-02
Accept `derive` instead of `deriving`
Nick Cameron
-0
/
+2
2014-12-31
syntax: unbox closures used in function arguments
Jorge Aparicio
-3
/
+3
2014-12-23
Rename include_bin! to include_bytes!
Chris Wong
-0
/
+3
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-9
/
+19
2014-12-22
Fix fallout from changes. In cases where stage0 compiler is needed, we
Niko Matsakis
-9
/
+19
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-5
/
+5
2014-12-20
Allow `Self` in impls.
Nick Cameron
-1
/
+1
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-2
/
+2
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-4
/
+6
2014-12-06
libsyntax: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-20
auto merge of #19071 : huonw/rust/col2column, r=nikomatsakis
bors
-2
/
+2
2014-11-20
Rename `col!` to `column!`.
Huon Wilson
-2
/
+2
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-3
/
+0
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-16
Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq
Jakub Bukaj
-1
/
+1
2014-11-13
fix "warning: deprecated syntax, use `for` keyword now"
Jorge Aparicio
-2
/
+2
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-1
/
+1
2014-11-03
Test fixes and rebase conflicts
Alex Crichton
-0
/
+4
2014-11-03
rollup merge of #18470 : alexcrichton/dash-l
Alex Crichton
-15
/
+8
2014-10-30
rustc: Implement -l and include! tweaks
Alex Crichton
-15
/
+8
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-1
/
+1
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-5
/
+5
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-2
/
+2
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-2
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-10-18
auto merge of #18099 : jakub-/rust/fixed-issues, r=alexcrichton
bors
-1
/
+1
2014-10-17
auto merge of #16855 : P1start/rust/help-messages, r=brson
bors
-0
/
+4
2014-10-17
Add tests for a few fixed issues
Jakub Wieczorek
-1
/
+1
2014-10-01
Limit recursion depth for macro expansions, closes #17628
Florian Hahn
-0
/
+10
2014-09-29
rollup merge of #17576 : kmcallister/hide-quotes
Alex Crichton
-27
/
+30
2014-09-26
Hide the quote_*! macros when the feature gate is off
Keegan McAllister
-27
/
+30
2014-09-24
Fix rebase fallout
Steven Fackler
-1
/
+1
2014-09-23
Add a cfg_attr syntax extension
Steven Fackler
-0
/
+2
2014-09-19
rollup merge of #17338 : nick29581/variants-namespace
Alex Crichton
-3
/
+3
2014-09-19
rollup merge of #17314 : eddyb/span-no-gc
Alex Crichton
-20
/
+55
2014-09-19
Allow syntax extensions to return multiple items, closes #16723.
Florian Hahn
-16
/
+11
[next]