This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
df233f0f2c
rust
/
src
/
librustc_mir
History
Download ZIP
Download TAR.GZ
Niko Matsakis
df233f0f2c
stop using
borrows
for anything but iterating over live data
2018-04-15 07:06:30 -04:00
..
borrow_check
stop using
borrows
for anything but iterating over live data
2018-04-15 07:06:30 -04:00
build
Get rid of
SpannedIdent
2018-04-06 11:48:19 +03:00
dataflow
stop using
borrows
for anything but iterating over live data
2018-04-15 07:06:30 -04:00
hair
Avoid comparing fields by name when possible
2018-04-12 23:06:03 +03:00
interpret
Remove Cell from const_eval_stack_frame_limit and const_eval_step_limit
2018-04-10 14:40:25 +02:00
monomorphize
Auto merge of
#49558
- Zoxc:sync-misc, r=michaelwoerister
2018-04-12 16:22:36 +00:00
transform
Auto merge of
#49202
- csmoe:trait_engine, r=nikomatsakis
2018-03-27 14:31:43 +00:00
util
Add ok-wrapping to catch blocks, per RFC
2018-04-10 20:03:40 -07:00
Cargo.toml
Move librustc_const_eval to librustc_mir
2018-03-08 08:08:14 +01:00
diagnostics.rs
Make resuming generators unsafe instead of the creation of immovable generators.
Fixes
#47787
2018-03-21 00:09:58 +01:00
lib.rs
relocate
BorrowData
etc into
borrow_check::borrow_set
2018-04-15 07:06:27 -04:00
shim.rs
remove defaulting to unit
2018-03-14 12:44:51 +08:00