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
Age
Commit message (
Expand
)
Author
Lines
2016-11-04
fix #37559: update compiler-rt
Tim Neumann
-0
/
+0
2016-11-04
Long lines
Brian Anderson
-1
/
+2
2016-11-03
Set RUSTC_BOOTSTRAP to some value.
Brian Anderson
-1
/
+1
2016-11-03
Fix ICE when printing closures, and other similar types
Mark-Simulacrum
-3
/
+14
2016-11-03
Fix ICE when attempting to get closure generics.
Mark-Simulacrum
-21
/
+38
2016-11-03
add #32791 test case
Niko Matsakis
-0
/
+81
2016-11-03
normalize trait-ref in context of impl
Niko Matsakis
-8
/
+8
2016-11-03
Do not intern filemap to entry w/ mismatched length. Fix #37274 (I think).
Felix S. Klock II
-0
/
+7
2016-11-03
Fix label scopes.
Jeffrey Seyfried
-19
/
+16
2016-11-03
Allow bootstrapping without a key. Fixes #36548
Brian Anderson
-24
/
+14
2016-11-03
add a per-param-env cache to `impls_bound`
Ariel Ben-Yehuda
-27
/
+41
2016-11-02
Update bootstrap compiler to 1.12.1
Brian Anderson
-2
/
+2
2016-10-22
[beta] trans: pad const structs to aligned size
Tim Neumann
-14
/
+39
2016-10-19
std: Update liblibc submodule
Alex Crichton
-0
/
+0
2016-10-19
Review changes
Nick Cameron
-1
/
+1
2016-10-19
Deprecate `Reflect`
Nick Cameron
-22
/
+13
2016-10-19
Stabilise attributes on statements.
Nick Cameron
-22
/
+12
2016-10-19
Stabilise `?`
Nick Cameron
-89
/
+28
2016-10-19
Add regression test.
Jeffrey Seyfried
-0
/
+25
2016-10-19
Support importing inaccessible `extern crate`s with a warning again.
Jeffrey Seyfried
-1
/
+2
2016-10-19
rustc: More fixes for arch-independent hashing
Alex Crichton
-8
/
+73
2016-10-19
update mips64* data-layout
Tim Neumann
-2
/
+2
2016-10-18
debuginfo: Create debuginfo for re-aggregated spread_arg instead of for the i...
Michael Woerister
-22
/
+13
2016-10-18
normalize types every time HR regions are erased
Ariel Ben-Yehuda
-36
/
+62
2016-10-18
Some tests to check that lifetime parametric fn's do not trip up LLVM.
Felix S. Klock II
-0
/
+54
2016-10-18
Inject bitcast if types mismatch when building a store instruction.
Felix S. Klock II
-0
/
+24
2016-10-18
Fix ICE by injecting bitcasts if types mismatch when building invokes or calls.
Felix S. Klock II
-17
/
+32
2016-10-14
Merge pull request #37168 from brson/beta-next
Alex Crichton
-1
/
+1
2016-10-14
LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in Ge...
Michael Woerister
-1
/
+1
2016-10-14
Merge pull request #37078 from petrochenkov/beta
Brian Anderson
-2
/
+14
2016-10-11
trans: Make sure that each FnOnce shim is only translated once.
Michael Woerister
-0
/
+6
2016-10-11
Add symbol hash to trans::partitioning debug output.
Michael Woerister
-5
/
+16
2016-10-11
Assign internal linkage to autogenerated FnOnce::call_once() instances.
Michael Woerister
-1
/
+1
2016-10-11
force `i1` booleans to `i8` when comparing
Niko Matsakis
-1
/
+34
2016-10-11
stop having identity casts be lexprs
Ariel Ben-Yehuda
-2
/
+47
2016-10-11
loosen assertion against proj in collector
Niko Matsakis
-2
/
+47
2016-10-10
Update rust-installer. Fixes #36451
Brian Anderson
-0
/
+0
2016-10-10
Update src/compiler-rt to incoporate fix for UB in floatsidf. Fix #36518.
Felix S. Klock II
-0
/
+0
2016-10-10
std: Stabilize and deprecate APIs for 1.13
Alex Crichton
-80
/
+129
2016-10-11
Temporary fix for metadata decoding for struct constructors
Vadim Petrochenkov
-2
/
+14
2016-09-27
Update 1.13 bootstrap compiler
Brian Anderson
-2
/
+2
2016-09-27
Auto merge of #36761 - jonathandturner:E0425_E0446_E0449, r=nrc
bors
-35
/
+107
2016-09-27
Auto merge of #36758 - michaelwoerister:incr-comp-file-headers, r=eddyb
bors
-40
/
+202
2016-09-26
Auto merge of #36764 - jonathandturner:rollup, r=jonathandturner
bors
-1060
/
+1643
2016-09-26
incr.comp.: Fix build issue in rustc_incremental if CFG_VERSION is not set.
Michael Woerister
-3
/
+5
2016-09-26
Auto merge of #36678 - TimNN:fix-dist, r=alexcrichton
bors
-78
/
+79
2016-09-26
Rollup merge of #36756 - alygin:e0512-new-format, r=jonathandturner
Jonathan Turner
-2
/
+8
2016-09-26
Rollup merge of #36754 - tmiasko:getaddrinfo-errors, r=alexcrichton
Jonathan Turner
-2
/
+7
2016-09-26
Rollup merge of #36742 - shepmaster:llvm-4-preamble, r=alexcrichton
Jonathan Turner
-34
/
+43
2016-09-26
Rollup merge of #36729 - frewsxcv:rustdoc, r=alexcrichton
Jonathan Turner
-451
/
+552
[next]