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
/
test
/
ui
Age
Commit message (
Expand
)
Author
Lines
2018-12-04
generalize the message about the creation of layout restricted types
Oliver Scherer
-1
/
+1
2018-12-04
Trailing newlines again
Oliver Scherer
-2
/
+2
2018-12-04
Forbid the creation of mutable borrows to fields of layout constrained types
Oliver Scherer
-0
/
+39
2018-12-04
Make sure the initialization of constrained int range newtypes is unsafe
Oliver Scherer
-0
/
+136
2018-12-04
Add test for dereferencing raw pointers and immediately referencing again
Oliver Scherer
-3
/
+22
2018-12-04
Allow calling `const unsafe fn` in `const fn` behind a feature gate
Oliver Scherer
-7
/
+124
2018-12-04
Update ui tests
Oliver Scherer
-28
/
+29
2018-12-04
Remove unused stderr file
Oliver Scherer
-49
/
+0
2018-12-04
Newlines.... newlines everywhere
Oliver Scherer
-1
/
+1
2018-12-04
Add a test ensuring that we don't regress this
Oliver Scherer
-0
/
+6
2018-12-04
Update tests
Oliver Scherer
-252
/
+387
2018-12-03
Propagate all closure requirements to the caller
Matthew Jasper
-0
/
+42
2018-12-03
Fix stderr file (unused variable)
John Ginger
-0
/
+1
2018-12-04
syntax: `dyn` is a used keyword now
Vadim Petrochenkov
-4
/
+4
2018-12-03
Handle existential types in dead code analysis
Oliver Scherer
-0
/
+13
2018-12-03
Fix stderr files
John Ginger
-0
/
+6
2018-12-03
Rollup merge of #56412 - petrochenkov:extself, r=Centril
kennytm
-1
/
+1
2018-12-03
Rollup merge of #56395 - Centril:stabilize-dbg-macro, r=SimonSapin
kennytm
-34
/
+12
2018-12-03
Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centril
kennytm
-34
/
+15
2018-12-02
Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertj
bors
-37
/
+81
2018-12-02
Delay gensym creation for "underscore items" until name resolution
Vadim Petrochenkov
-13
/
+123
2018-12-02
resolve: Avoid "self-confirming" resolutions in import validation
Vadim Petrochenkov
-15
/
+3
2018-12-01
Update tracking issue for `extern_crate_self`
Vadim Petrochenkov
-1
/
+1
2018-12-01
resolve: Support aliasing local crate root in extern prelude
Vadim Petrochenkov
-0
/
+51
2018-12-01
stabilize std::dbg!(...)
Mazdak Farrokhzad
-34
/
+12
2018-11-30
Use appropriate terminology based on heuristic
Esteban Küber
-16
/
+34
2018-11-30
Updated ui tests.
Alexander Regueiro
-5
/
+15
2018-11-30
Removed feature gate.
Alexander Regueiro
-29
/
+0
2018-11-30
Fix bug in matching on floating-point ranges
varkor
-7
/
+23
2018-11-30
Separate out precise_pointer_size_matching tests from exhaustive_integer_patt...
varkor
-17
/
+50
2018-11-30
Suggest an appropriate token when encountering `pub Ident<'a>`
Esteban Küber
-0
/
+47
2018-12-01
Rollup merge of #56337 - phansch:fix_const_ice, r=oli-obk
kennytm
-0
/
+28
2018-12-01
Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril
kennytm
-84
/
+23
2018-11-30
Moved feature-gate tests to correct dir.
Alexander Regueiro
-0
/
+0
2018-11-30
Updated ui tests.
Alexander Regueiro
-4
/
+3
2018-11-30
Removed feature gate.
Alexander Regueiro
-83
/
+4
2018-11-30
Refer to the second borrow as the "second borrow".
Daan de Graaf
-8
/
+8
2018-11-30
Update existing tests with more precise error messages
varkor
-76
/
+58
2018-11-30
Add precise_pointer_size_matching feature
varkor
-0
/
+30
2018-11-30
Stabilise exhaustive_integer_patterns
varkor
-1
/
+1
2018-11-30
Test float assign ops
Oliver Scherer
-0
/
+279
2018-11-30
Add trailing newline
Oliver Scherer
-1
/
+1
2018-11-30
Re-add accidentally deleted test
Oliver Scherer
-0
/
+16
2018-11-30
Improve the diagnostic message
Oliver Scherer
-33
/
+21
2018-11-30
Reenable `const_let` feature gate
Oliver Scherer
-353
/
+657
2018-11-30
Add a test for single variant matches
Oliver Scherer
-2
/
+23
2018-11-30
Improve the error around short circuiting and let bindings
Oliver Scherer
-0
/
+54
2018-11-30
Allow `let` bindings everywhere
Oliver Scherer
-520
/
+350
2018-11-30
Add tests for mutable borrows
Oliver Scherer
-1
/
+32
2018-11-30
Also test the `const_let` feature gate in statics
Oliver Scherer
-1
/
+54
[prev]
[next]