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
/
library
/
core
/
src
/
intrinsics
Age
Commit message (
Expand
)
Author
Lines
2023-12-18
Disable new intrinsics for bootstrap
Caleb Zulawski
-0
/
+2
2023-12-17
Add new intrinsics
Caleb Zulawski
-0
/
+39
2023-12-17
Further explain semantics
Caleb Zulawski
-2
/
+13
2023-12-17
Apply suggestions from code review
Caleb Zulawski
-2
/
+3
2023-12-17
Improve simd_bitmask documentation and other minor fixes
Caleb Zulawski
-8
/
+15
2023-12-17
State type requirements first
Caleb Zulawski
-61
/
+62
2023-12-17
Clarify UB and improve grammar
Caleb Zulawski
-4
/
+4
2023-12-17
Add core::intrinsics::simd
Caleb Zulawski
-0
/
+412
2023-11-24
Show number in error message even for one error
Nilstrieb
-1
/
+1
2023-11-14
Custom MIR: Support cleanup blocks
Tomasz Miąsko
-15
/
+73
2023-10-08
Bump to latest beta
Mark Rousskov
-7
/
+3
2023-09-01
Support bootstrap.
Camille GILLOT
-3
/
+6
2023-09-01
Support debuginfo for custom MIR.
Camille GILLOT
-9
/
+21
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-3
/
+3
2023-08-19
custom_mir: change Call() terminator syntax to something more readable
Ralf Jung
-4
/
+5
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+3
2023-05-15
Documentation
Andy Wang
-1
/
+1
2023-05-15
Add CopyForDeref to custom MIR
Andy Wang
-0
/
+1
2023-05-09
Auto merge of #110027 - nbdd0121:dieting, r=m-ou-se
bors
-0
/
+1
2023-05-07
Add `#[inline]` to functions that are never called
Gary Guo
-0
/
+1
2023-05-07
enable `rust_2018_idioms` for doctests
ozkanonur
-3
/
+0
2023-04-14
Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor
Matthias Krüger
-1
/
+1
2023-04-11
Add Offset binary op to custom mir
Andy Wang
-0
/
+2
2023-04-10
Fix typos in library
DaniPopes
-1
/
+1
2023-03-23
Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk
bors
-0
/
+8
2023-03-22
Add `CastKind::Transmute` to MIR
Scott McMurray
-0
/
+8
2023-03-22
Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegen
Matthias Krüger
-1
/
+16
2023-03-20
Add documentation for `type RET = ...`
Andy Wang
-0
/
+14
2023-03-20
Allow optional RET type annotation
Andy Wang
-1
/
+2
2023-03-19
Fix wrong crate name in custom MIR docs
Nilstrieb
-1
/
+1
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-2
/
+1
2023-03-03
Match unmatched backticks in library/
est31
-1
/
+1
2023-01-31
Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini
bors
-4
/
+2
2023-01-30
stage-step cfgs
Mark Rousskov
-4
/
+2
2023-01-26
Custom mir: Add support for some remaining, easy to support constructs
Jakob Degen
-2
/
+8
2023-01-19
Custom MIR: Support storage statements
Tomasz Miąsko
-0
/
+2
2022-12-28
fix custom mir doc tests
Lukas Markeffsky
-2
/
+4
2022-12-21
Clarify that raw retags are not permitted in Mir
Jakob Degen
-1
/
+0
2022-12-16
Support call and drop terminators in custom mir
Jakob Degen
-2
/
+37
2022-12-14
Address documentation suggestions
Jakob Degen
-11
/
+13
2022-12-14
Add documentation for custom mir
Jakob Degen
-36
/
+224
2022-12-14
Support more projections in custom mir
Jakob Degen
-0
/
+22
2022-12-14
Support common enum operations in custom mir
Jakob Degen
-0
/
+6
2022-11-29
Support statics in custom mir
Jakob Degen
-0
/
+2
2022-11-29
Support most constant kinds in custom mir
Jakob Degen
-0
/
+29
2022-11-29
Support arbitrary `let` statements in custom mir
Jakob Degen
-4
/
+139
2022-11-08
Add support for custom MIR parsing
Jakob Degen
-0
/
+123