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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_trans
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichton
bors
-685
/
+686
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-9
/
+10
2015-01-08
rollup merge of #20746: dotdash/fix_indent
Alex Crichton
-674
/
+674
2015-01-08
rollup merge of #20738: brson/feature-staging2
Alex Crichton
-1
/
+1
2015-01-08
rollup merge of #20736: akiss77/pr-u8-c_char
Alex Crichton
-1
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Add a warning feature gate for int/uint in types and i/u suffixes.
Huon Wilson
-1
/
+1
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-9
/
+9
2015-01-08
Restore indentation in common.rs
Björn Steinbrink
-674
/
+674
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-08
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-2
/
+2
2015-01-08
Fix: `libc::c_char` is not always `i8`
Akos Kiss
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-07
rollup merge of #20707: nikomatsakis/issue-20582
Alex Crichton
-17
/
+32
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+2
2015-01-07
rollup merge of #20706: nikomatsakis/assoc-types-projections-in-structs-issue...
Alex Crichton
-18
/
+20
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-648
/
+645
2015-01-07
Normalize associated types in `with_field_tys`
Niko Matsakis
-5
/
+7
2015-01-07
Use ty::type_is_sized() so that we handle projection types properly.
Niko Matsakis
-3
/
+4
2015-01-07
rollup merge of #20680: nick29581/target-word
Alex Crichton
-4
/
+4
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-3
/
+3
2015-01-07
rollup merge of #20611: simnalamburt/master
Alex Crichton
-3
/
+5
2015-01-08
Allow unknown features to bootstrap rustc with box_syntax feature.
Felix S. Klock II
-0
/
+1
2015-01-08
Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.
Felix S. Klock II
-0
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-648
/
+645
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-3
/
+3
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-4
/
+4
2015-01-07
Better debug output in `decl_rust_fn`. The lack of output here has
Niko Matsakis
-2
/
+11
2015-01-07
Use the `erase_regions` helper within trans in deference to
Niko Matsakis
-3
/
+5
2015-01-07
Rename common::normalize to common::erase_regions
Niko Matsakis
-12
/
+16
2015-01-07
Remove assertion that substitutions are erased. It'd be nice if they
Niko Matsakis
-2
/
+0
2015-01-07
Normalize associated types in various parts of `adt`
Niko Matsakis
-8
/
+9
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-07
Let `size_of` always be multiple of `min_align_of`
Hyeon Kim
-1
/
+1
2015-01-07
Correct the comment of the function `llsize_of_real`
Hyeon Kim
-2
/
+4
2015-01-06
Fix misspelled comments.
Joseph Crail
-1
/
+1
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-110
/
+110
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20645: nikomatsakis/rustbook-ice
Alex Crichton
-112
/
+234
2015-01-06
Register new snapshots
Alex Crichton
-22
/
+4
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-783
/
+784
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-9
/
+9
2015-01-07
fallout
Nick Cameron
-24
/
+30
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-76
/
+77
2015-01-07
Remove old slicing hacks and make new slicing work
Nick Cameron
-39
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-527
/
+528
[next]