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
/
test
Age
Commit message (
Expand
)
Author
Lines
2017-01-19
disable run-pass/backtrace for openbsd
Sébastien Marie
-0
/
+1
2017-01-19
more complete error message
Niko Matsakis
-1
/
+1
2017-01-19
only consider value items when searching for methods, not types
Niko Matsakis
-0
/
+15
2017-01-17
fix function arguments in constant promotion
Ariel Ben-Yehuda
-0
/
+7
2017-01-17
Improve the warning cycle for `use $crate;`.
Jeffrey Seyfried
-3
/
+10
2017-01-07
Merge pull request #38884 from nikomatsakis/beta-unmerged
Alex Crichton
-0
/
+169
2017-01-06
Don't `unused_qualifications`-check global paths.
Jeffrey Seyfried
-4
/
+5
2017-01-06
Add regression test.
Jeffrey Seyfried
-0
/
+43
2017-01-06
Fix tidy warning
Jonathan Turner
-0
/
+10
2017-01-06
Add in test for E0090
Jonathan Turner
-0
/
+5
2017-01-06
Fix ICE on i686 when calling immediate() on OperandValue::Ref in return
Mark Simulacrum
-0
/
+21
2017-01-06
std: Don't pass overlapped handles to processes
Alex Crichton
-0
/
+90
2017-01-06
rustc: Stabilize the `proc_macro` feature
Alex Crichton
-155
/
+1
2017-01-06
Add test.
Without Boats
-0
/
+16
2017-01-06
Fix rustdoc ICE.
Jeffrey Seyfried
-0
/
+57
2017-01-06
Don't leak the compiler's internal representation of scopes in error messages.
Eduard-Mihai Burtescu
-0
/
+58
2017-01-06
Regression test and exploratory unit test.
Felix S. Klock II
-0
/
+249
2017-01-06
Style fixes
Josh Driver
-2
/
+1
2017-01-06
Stop macro calls in structs for proc_macro_derive from panicing
Josh Driver
-0
/
+53
2017-01-06
Fix regression with duplicate `#[macro_export] macro_rules!`.
Jeffrey Seyfried
-0
/
+35
2017-01-06
fix promotion of MIR terminators
Ariel Ben-Yehuda
-0
/
+20
2016-12-30
Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings.
Jeffrey Seyfried
-0
/
+30
2016-12-30
Disable field reordering
Austin Hicks
-36
/
+32
2016-12-30
Fix non-termination in `resolve`.
Jeffrey Seyfried
-1
/
+3
2016-12-30
clear discriminant drop flag at the bottom of a ladder
Ariel Ben-Yehuda
-0
/
+54
2016-12-29
Remove --crate-type=metadata from beta
Nick Cameron
-207
/
+0
2016-12-19
Auto merge of #38140 - jseyfried:proc_macro_visibility, r=nrc
bors
-1
/
+6
2016-12-18
Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddyb
bors
-0
/
+22
2016-12-18
Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddyb
bors
-53
/
+130
2016-12-17
Auto merge of #38279 - KalitaAlexey:issue-8521, r=jseyfried
bors
-0
/
+64
2016-12-17
Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddyb
bors
-0
/
+33
2016-12-16
Allow path fragments to be parsed as type parameter bounds in macro expansion
Kalita Alexey
-0
/
+64
2016-12-15
Warn unused type aliases
Seo Sanghyeon
-0
/
+22
2016-12-15
Require `#[proc_macro_derive]` functions to be `pub`.
Jeffrey Seyfried
-1
/
+6
2016-12-15
Fix regression in resolution of primitive types
Vadim Petrochenkov
-0
/
+20
2016-12-14
Add a case to type-sizes to explicitly verify that field reordering triggers.
Austin Hicks
-0
/
+7
2016-12-14
Fix computation of enum names based off the discrfield in the case of the nul...
Austin Hicks
-2
/
+2
2016-12-14
Fix -Z print-type-sizes and tests.
Austin Hicks
-32
/
+29
2016-12-14
Incorporate review comments
Austin Hicks
-2
/
+1
2016-12-14
Make tidy
Austin Hicks
-1
/
+1
2016-12-14
Fix closure arguments which are immediate because of field reordering.
Austin Hicks
-0
/
+22
2016-12-14
Fix having multiple reprs on the same type.
Austin Hicks
-1
/
+45
2016-12-14
Change how type-sizes works slightly: we want to ensure that [i16; 0] introdu...
Austin Hicks
-1
/
+2
2016-12-14
Fix type-sizes test
Austin Hicks
-1
/
+1
2016-12-14
Make tidy
Austin Hicks
-2
/
+2
2016-12-14
Modify debuginfo to deal with the difference between source and memory order
Austin Hicks
-17
/
+17
2016-12-14
Add yet more missing #[repr(C)] to tests
Austin Hicks
-0
/
+2
2016-12-14
Fix extern-pass-empty test, which needed repr(C)
Austin Hicks
-0
/
+3
2016-12-14
Make constant field access account for field reordering.
Austin Hicks
-3
/
+1
2016-12-14
Fix bugs to optimizing enums:
Austin Hicks
-2
/
+6
[next]