about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-19FIXME(21232) update fixme to point to the open issue about accepting partial ...Niv Kaminer-1/+1
2018-12-19FIXME(49824) remove fixme because there is no free region error anymoreNiv Kaminer-6/+5
2018-12-19FIXME(44217) remove fixme because the allocator logic was removed, but platfo...Niv Kaminer-1/+1
2018-12-19FIXME(49821) remove fixme since a tip about let binding is givenNiv Kaminer-4/+2
2018-12-19FIXME(45827) remove comment since errors are reportedNiv Kaminer-12/+6
2018-12-19Auto merge of #56397 - petrhosek:file-search, r=cramertjbors-5/+46
2018-12-19Revert "Remove some dead code from `sgx`"Jethro Beekman-0/+15
2018-12-19SGX target: fix docs buildJethro Beekman-2/+2
2018-12-19Show platform-specific modules in `std::os` when building those platformsJethro Beekman-17/+16
2018-12-19fixed test, now it doesn't use a fundemental typeOzaren-4/+5
2018-12-18Remove now stray commentAlex Crichton-7/+0
2018-12-18added test to show motivation for modified TryFrom implOzaren-0/+43
2018-12-18Remove no longer working testAlex Crichton-181/+0
2018-12-19Updates based on commentWilliam Brown-8/+4
2018-12-19Extend documentation for mem uninit to discuss partial allocation of the valuesWilliam Brown-0/+42
2018-12-18Search other library paths when loking for link objectsPetr Hosek-5/+46
2018-12-19add comment about subtypingAriel Ben-Yehuda-0/+4
2018-12-19Replace current crate's searchIndex when regeneratingGuillaume Gomez-2/+2
2018-12-18Fix string for array access suggestionvarkor-1/+15
2018-12-18Fix string for raw pointer deref suggestionvarkor-5/+33
2018-12-18Replace "native pointer" in error message with "raw pointer"varkor-4/+4
2018-12-18Fix mobile menu rendering collision with tooltip.John Heitmann-1/+1
2018-12-18Avoid using open_global_nowAlex Crichton-1/+1
2018-12-18Auto merge of #56863 - arielb1:supertrait-self-4, r=nikomatsakisbors-3/+193
2018-12-18Don't render const keyword on stableGuillaume Gomez-2/+45
2018-12-18Automatically tag as nominated for T-compilerOliver Scherer-0/+1
2018-12-18Mark tuple structs as live if their constructors are usedOliver Scherer-43/+61
2018-12-18Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakisbors-132/+1085
2018-12-18Automatically open an issue when a tool breaksOliver Scherer-3/+39
2018-12-18Update LLVM submoduleJethro Beekman-0/+0
2018-12-18Explain the mathOliver Scherer-4/+9
2018-12-18treat ref-to-raw cast like a reborrow: do a special kind of retagRalf Jung-128/+76
2018-12-18Explain that lack of short circuiting support in constants is temporaryOliver Scherer-3/+6
2018-12-18Properly worded diagnostic messageOliver Scherer-3/+3
2018-12-18Fix rustdoc-js testsJohn Heitmann-2/+14
2018-12-18Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakisbors-59/+458
2018-12-17bootstrap: Link LLVM as a dylib with ThinLTOAlex Crichton-51/+17
2018-12-17fix testsNicole Mazzuca-2/+2
2018-12-17deny intra-doc link resolution failures in libstdAndy Russell-3/+24
2018-12-17Reordered match armsNathan West-1/+1
2018-12-17rename div_euc -> div_euclid, and mod_euc -> rem_euclidNicole Mazzuca-121/+141
2018-12-18Fix DOM errorsGuillaume Gomez-32/+28
2018-12-18improve tests as suggested by review commentsAriel Ben-Yehuda-2/+92
2018-12-17Add --progress to git submodule commandsClar Fon-2/+2
2018-12-17Update the stdsimd submoduleAlex Crichton-15/+16
2018-12-17Stabilize `underscore_imports`Vadim Petrochenkov-69/+11
2018-12-17Do not point at delim spans for complete correct blocksEsteban Küber-1/+28
2018-12-17static eval: Do not ICE on layout size overflowDan Robertson-4/+30
2018-12-17rustc: Don't ICE on usage of two new target featuresAlex Crichton-1/+8
2018-12-17Add required lifetime parameter to BitDenotation.David Wood-132/+138