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
Age
Commit message (
Expand
)
Author
Lines
2020-05-01
Remove leftover chalk types
Jack Huey
-1768
/
+5
2020-05-01
doc: this resulted in a link pointing to a non-existent target
Tshepang Lekhonkhobe
-1
/
+1
2020-05-01
doc: reference does not exist, probably a typo
Tshepang Lekhonkhobe
-1
/
+1
2020-05-01
Document unsafety for `*const T` and `*mut T`
LeSeulArtichaut
-4
/
+8
2020-05-01
Rollup merge of #71755 - tshepang:fix-comment, r=jonas-schievink
Dylan DPC
-1
/
+1
2020-05-01
Rollup merge of #71752 - tshepang:more-readable, r=jonas-schievink
Dylan DPC
-2
/
+6
2020-05-01
Rollup merge of #71749 - RalfJung:miri-error-print, r=oli-obk
Dylan DPC
-2
/
+2
2020-05-01
Rollup merge of #71747 - spastorino:safety-scheme-around-consts-cleanup, r=ol...
Dylan DPC
-19
/
+3
2020-05-01
Rollup merge of #71744 - tshepang:obsolete-comment, r=Dylan-DPC
Dylan DPC
-6
/
+0
2020-05-01
Rename `bitcode-in-rlib` option to `embed-bitcode`
Alex Crichton
-48
/
+39
2020-05-01
fix doc reference
Tshepang Lekhonkhobe
-1
/
+1
2020-05-01
Remove a comment that made only sense in the original position of this cycle ...
Oliver Scherer
-3
/
+1
2020-05-01
Mark query function as must_use.
Camille GILLOT
-56
/
+57
2020-05-01
Name test appropriately and link to the issues it regress-checks for
Oliver Scherer
-0
/
+5
2020-05-01
Add new tests and bless old tests
LeSeulArtichaut
-12
/
+286
2020-05-01
Don't copy bytecode files into the incr. comp. cache.
Nicholas Nethercote
-45
/
+19
2020-05-01
make Stability docs a bit more readable, and fix some rustdoc warnings
Tshepang Lekhonkhobe
-2
/
+6
2020-05-01
Prevent functions with `#[target_feature]` to be coerced to safe function poi...
LeSeulArtichaut
-2
/
+34
2020-05-01
Prevent calls to functions with `#[target_feature]` in safe contexts
LeSeulArtichaut
-1
/
+25
2020-05-01
Move recursion check for zsts back to read site instead of access check site.
Oliver Scherer
-12
/
+37
2020-05-01
Restrict access.
Camille GILLOT
-1
/
+1
2020-05-01
Inline a few things.
Camille GILLOT
-1
/
+8
2020-05-01
Monomorphise the interface.
Camille GILLOT
-29
/
+72
2020-05-01
Move the DepNode construction to librustc_query_system.
Camille GILLOT
-36
/
+46
2020-05-01
Monomorphise try_execute_query.
Camille GILLOT
-43
/
+38
2020-05-01
fix Miri error message padding
Ralf Jung
-2
/
+2
2020-05-01
Monomorphise try_start.
Camille GILLOT
-18
/
+26
2020-05-01
Monomorphise try_execute_anon_query.
Camille GILLOT
-15
/
+34
2020-05-01
Remove deadcode in eval_mir_constant_to_operand
Santiago Pastorino
-19
/
+3
2020-05-01
Monomorphise load_from_disk_and_cache_in_memory.
Camille GILLOT
-18
/
+45
2020-05-01
Monomorphise force_query_with_job.
Camille GILLOT
-13
/
+41
2020-05-01
Auto merge of #71742 - matthiaskrgr:submodule_upd, r=Dylan-DPC
bors
-0
/
+0
2020-05-01
Allow `#[target_feature]` on safe functions
LeSeulArtichaut
-8
/
+47
2020-05-01
Note that try_validation_pat can take a format str directly.
jumbatm
-0
/
+9
2020-05-01
Manually format macro to not go over text width.
jumbatm
-2
/
+8
2020-05-01
Expect at least one expr for p, what_fmt and expected_fmt.
jumbatm
-2
/
+2
2020-05-01
Also make expected param wrapped in format_args.
jumbatm
-3
/
+3
2020-05-01
Wrap try_validation_pat! args in format_args!
jumbatm
-3
/
+3
2020-05-01
Update try_validation_pat! doc comment.
jumbatm
-2
/
+13
2020-05-01
Apply suggestions for try_validation_pat!.
jumbatm
-12
/
+11
2020-05-01
Fix comment to reflect error handling behaviour.
jumbatm
-1
/
+1
2020-05-01
Allow unreachable_patterns instead of using `if true`
jumbatm
-1
/
+2
2020-05-01
Match kind in try_validation_pat!.
jumbatm
-3
/
+3
2020-05-01
Add FIXME about replacing all usages of try_validation.
jumbatm
-0
/
+1
2020-05-01
Apply suggestions from code review
jumbatm
-5
/
+5
2020-05-01
Update stderrs.
jumbatm
-75
/
+75
2020-05-01
Partially unrevert #70566.
jumbatm
-116
/
+133
2020-05-01
Throw validation failure for InvalidUndefBytes.
jumbatm
-1
/
+2
2020-05-01
Don't fail for UndefinedBehaviourInfo in validation.
jumbatm
-2
/
+5
2020-05-01
Don't duplicate body of try_validation.
jumbatm
-6
/
+3
[prev]
[next]