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
/
librustc
Age
Commit message (
Expand
)
Author
Lines
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-262
/
+262
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-24
/
+24
2015-01-07
fallout
Nick Cameron
-20
/
+26
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-262
/
+262
2015-01-07
Only use built-in indexing for uint indexes
Nick Cameron
-1
/
+0
2015-01-07
Remove old slicing hacks and make new slicing work
Nick Cameron
-48
/
+21
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-354
/
+356
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-24
/
+24
2015-01-06
rustc: Turn off multiple versions of crate warning
Alex Crichton
-25
/
+0
2015-01-05
More test fixes!
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-449
/
+642
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-6
/
+6
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-3
/
+3
2015-01-05
rollup merge of #20594: nikomatsakis/orphan-ordered
Alex Crichton
-33
/
+26
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-6
/
+8
2015-01-05
rollup merge of #20517: nikomatsakis/safety-issue-19997
Alex Crichton
-0
/
+4
2015-01-05
rollup merge of #20511: csouth3/derive-lint
Alex Crichton
-12
/
+13
2015-01-05
rollup merge of #20507: alexcrichton/issue-20444
Alex Crichton
-8
/
+8
2015-01-05
rollup merge of #20465: nikomatsakis/assoc-types-regions-20303
Alex Crichton
-69
/
+111
2015-01-05
rollup merge of #20258: sanxiyn/show-span-2
Alex Crichton
-4
/
+6
2015-01-05
Forbid '#[macro_use] extern crate' outside the crate root
Keegan McAllister
-0
/
+16
2015-01-05
Pass the #[plugin(...)] meta item to the registrar
Keegan McAllister
-7
/
+38
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-19
/
+25
2015-01-05
Allow selective macro import
Keegan McAllister
-6
/
+32
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-1
/
+28
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-24
/
+43
2015-01-05
creader: Load parts of plugin metadata on demand
Keegan McAllister
-82
/
+125
2015-01-06
Fallout
Nick Cameron
-6
/
+6
2015-01-05
rustc: remove dead code
Jorge Aparicio
-18
/
+0
2015-01-05
remove mk_closure
Jorge Aparicio
-7
/
+0
2015-01-05
remove AdjustAddEnv
Jorge Aparicio
-51
/
+3
2015-01-05
remove TyClosure
Jorge Aparicio
-12
/
+0
2015-01-05
remove ty_closure
Jorge Aparicio
-200
/
+6
2015-01-05
rustc: remove remaining boxed closures
Jorge Aparicio
-1
/
+1
2015-01-05
EncodeInlinedItem: convert to "unboxed" closures
Jorge Aparicio
-4
/
+3
2015-01-05
DecodeInlinedItem: convert to "unboxed" closures
Jorge Aparicio
-11
/
+11
2015-01-05
conv_did: convert to "unboxed" closure
Jorge Aparicio
-127
/
+254
2015-01-05
Implement new orphan rule that requires that impls of remote traits meet the ...
Niko Matsakis
-33
/
+26
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-52
/
+79
2015-01-05
creader: Use a single struct
Keegan McAllister
-56
/
+44
2015-01-05
creader: Convert free functions to Env methods
Keegan McAllister
-264
/
+267
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-2
/
+0
2015-01-05
update comment to reflect new `Sized` semantics
Jorge Aparicio
-2
/
+2
2015-01-05
undo one `for Sized?` removal that was in a comment
Jorge Aparicio
-1
/
+1
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-6
/
+15
2015-01-05
Don't ICE just because an impl is missing an associated type. Trust in the ot...
Niko Matsakis
-5
/
+6
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-8
/
+8
2015-01-05
Treat associated types the same as type parameters when it comes to region bo...
Niko Matsakis
-64
/
+105
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-0
/
+23
[next]